home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000455_news@columbia.edu _Tue Aug 15 19:12:49 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id TAA28238
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 15 Aug 2000 19:12:48 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id TAA21503
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 15 Aug 2000 19:12:48 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id SAA25123
  10.     for kermit.misc@watsun.cc.columbia.edu; Tue, 15 Aug 2000 18:59:42 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: Newbie question
  14. Date: 15 Aug 2000 22:59:41 GMT
  15. Organization: Columbia University
  16. Message-ID: <8nci0t$oh1$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <8ncguk$4a8$1@samba.rahul.net>,
  20. Clarence Dold  <dold@rahul.net> wrote:
  21. : I've been using kermit for a while, but I've never ...
  22. : I use K95 to log in to a "system", using the supplied login.ksc.
  23. : Then I have a macro that I can invoke that causes that system to log in to
  24. : an ftp server, using the name and password that I previously supplied to the
  25. : "login" page of K95D for getting into the system.  It uploads a file, and
  26. : logs out.
  27. : I want to do this same job from a unix ckermit session.
  28. : I've never used a login script from unix, other than one with hard coded
  29. : passwords.  I thought that the login.ksc would prompt for a password if one
  30. : wasn't supplied, but that doesn't happen.
  31. : I could craft a script with askq in it, but I'd rather just ask for a
  32. : newbie pointer here ;-)
  33. : Can I have a moderately encrypted password file on unix, like the one for
  34. : K95, so I don't have to key it in?
  35. There's a section in the C-Kermit book on this, starting on page 449 in the
  36. second edition.  Of course, this is leaving aside the question of using a
  37. secure transport in the first place (like Kerberos, SSL, SRP, etc).
  38.  
  39. - Frank